home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d3 / rettig.arc / TRSOURCE.EXE / _TR_VERS.C < prev    next >
C/C++ Source or Header  |  1990-10-22  |  327b  |  19 lines

  1. /*********
  2. *  _TR_VERS.C
  3. *
  4. *  by Tom Rettig
  5. *
  6. * Placed in the public domain by Tom Rettig Associates, 10/22/1990.
  7. *
  8. *  Syntax: _TR_VERS()
  9. *  Return: <expC> version of Tom Rettig's Library
  10. ********/
  11.  
  12. #include "trlib.h"
  13.  
  14. TRTYPE _tr_vers()
  15. {
  16.    _retc( TRLIBVERS ) ;         /* #defined in trlib.h */
  17. }
  18. /* eof */
  19.